Item Property (GridRowColCollection<T>)
Gets or sets the element at the specified index.
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As
public this[
int
]; {get; set;}
Parameters
- index
- The zero-based index of the element to get or set.
Property Value
The element at the specified index.